Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.template.contentTemplate

Contributions

XML Source

<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.template.contentTemplate">

  <require>
    org.nuxeo.ecm.platform.content.template.service.ContentTemplateService.defaultContrib
  </require>

  <extension target="org.nuxeo.ecm.platform.content.template.service.ContentTemplateService"
    point="postContentCreationHandlers">

    <postContentCreationHandler name="templateSamplesImporter"
      class="org.nuxeo.template.importer.InitListener" />

  </extension>

</component>